home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / hardcopy.hlp < prev    next >
Text File  |  1989-01-09  |  956b  |  22 lines

  1. HARDCOPY;          Generate one hardcopy of current graphics screen
  2.  
  3. The HARDCOPY procedure outputs the current graphics screen display to
  4. the PRN device; normally the printer.  Multiple hardcopies can be
  5. generated by calling this procedure several times in a row.  Each
  6. hardcopy takes about 1 minute 30 seconds to produce on a PC/XT with a
  7. dot matrix printer and about 30 seconds on a Laserjet.
  8.  
  9. Hardcopies may be aborted by pressing the ESC key.  The abort will take
  10. place as soon as the current graphics line has been output.  If the
  11. abort does not occur, or no output is generated, then the PRN device is
  12. probably not ready.
  13.  
  14. A page eject is performed before each hardcopy is generated but not
  15. afterward.  A final page eject is performed after the algorithm has
  16. completed execution.
  17.  
  18. The same hardcopy output can be generated during a PAUSE by pressing
  19. the F2 key.
  20.  
  21. HARDCOPY statements should not be grouped with other statements.
  22.